home *** CD-ROM | disk | FTP | other *** search
- /* ==================================================================
- * Copyright: Digital Image Design Ltd
- * File: langdef.h
- * Author: Roger Godfrey
- * Date: 26th July 1996
- * Format: Install Sheild
- * Description: Tells setup.rul which language to use (german, english
- * French etc...)
- *
- * ===================================================================== */
-
-
- /* DEFINES */
-
-
- /* Use these defines to localise the code.
- * Only define one language at a time!
- */
-
- // English Text:
- #define ENGLISH 1
-
- // French Text:
- //#define FRENCH 2
-
- // German Text:
- //#define GERMAN 3
-
- // Spanish Text:
- //#define SPANISH 4
-
- // Italian Text:
- //#define ITALIAN 5
-